home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / MFC_Samples / mtgdi / stdafx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-02-19  |  812 b   |  25 lines

  1. // stdafx.h : include file for standard system include files
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1999 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12.  
  13. #include <afxwin.h>         // MFC core and standard components
  14. #include <afxext.h>         // MFC extensions
  15. #include <afxtempl.h>        // MFC templates
  16.  
  17. #include <afxmt.h>
  18.  
  19. #if defined (_SH3_) || defined(_MIPS_)
  20.     #define rand   Random
  21. #endif
  22. #if defined (_WIN32_WCE_EMULATION)
  23.     extern "C" int    __cdecl rand(void);
  24. #endif
  25.